import cmd def vect_tokenizer(doc): return doc.split()
Enter search terms or a module, class or function name.